home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / mmailp.idb / usr / lib / X11 / schemes / Base / ZmailSpec.z / ZmailSpec
Encoding:
Text File  |  1997-01-22  |  1.1 KB  |  45 lines

  1. !!!! The following are Z-Mail corrections to SgiSpec
  2.  
  3. #ifdef USE_COLORS
  4.  
  5. ! Override red background for text
  6. !Zmail*XmText.background:            grey90
  7. !Zmail*XmScrolledWindow.XmText.background:    grey90
  8.  
  9. Zmail*compose_window*Xdraw.background:        ImdCltnPanelColor
  10. Zmail*message_window*Xdraw.background:        ImdReadOnlyColor
  11. Zmail*message_summaries.highlightThickness: 3
  12.  
  13. #endif
  14.  
  15.  
  16. #ifdef USE_FONTS
  17.  
  18. ! Use a non-proportional font so the message summaries look right
  19. Zmail*XmList.fontList: FixedWidthFont
  20.  
  21. ! SGI incorrectly assumes that all menu bars are named "menuBar"
  22. *menu_bar*fontList:                              ObliqueLabelFont
  23.  
  24. #endif
  25.  
  26.  
  27. #ifdef USE_SPACING
  28.  
  29. Zmail*XmPushButton.marginWidth:            2
  30. Zmail*XmPushButton.marginHeight:        2
  31. Zmail*XmPushButtonGadget.marginWidth:        2
  32. Zmail*XmPushButtonGadget.marginHeight:        2
  33. Zmail*XmCascadeButton.marginWidth:        2
  34. Zmail*XmCascadeButton.marginHeight:        2
  35. Zmail*XmCascadeButtonGadget.marginWidth:    2
  36. Zmail*XmCascadeButtonGadget.marginHeight:    2
  37.  
  38. ! SGI incorrectly assumes that all menu bars are named "menuBar"
  39. *menu_bar*marginHeight:      1
  40. *menu_bar.marginHeight:      0
  41. *menu_bar*marginLeft:        1
  42. *menu_bar.spacing:        7
  43.  
  44. #endif
  45.